Process(RasterImage,int,int,IList<PageAlignment>) Method

Summary

Performs field processing on the form image.

Syntax
C#
VB
C++
public void Process( 
   RasterImage form, 
   int firstPageNumber, 
   int lastPageNumber, 
   IList<PageAlignment> formAlignment 
) 
  
Public Overloads Sub Process( _ 
   ByVal form As RasterImage, _ 
   ByVal firstPageNumber As Integer, _ 
   ByVal lastPageNumber As Integer, _ 
   ByVal formAlignment As IList(Of PageAlignment) _ 
)  
public: 
void Process(  
   RasterImage^ form, 
   int firstPageNumber, 
   int lastPageNumber, 
   IList<PageAlignment^>^ formAlignment 
)  

Parameters

firstPageNumber
First form page to process. It is a 1-based value.

lastPageNumber
Last form page to process. It is a 1-based value.

formAlignment
A value that indicates the Form Alignment. Alignment matches a LeadRect that represents a specific area in the Master Form to its equivalent area in the Form. If it is null the fields will be aligned depending on the image resolution.

Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly